home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NIInterface.framework / Versions / A / Resources / English.lproj / NIAuthenticationPanel.nib / data.classes next >
Encoding:
Text File  |  1996-03-20  |  660 b   |  28 lines

  1. "NIPanelLoader" = {OUTLETS = (panel); SUPERCLASS = NSObject; };
  2. "NILoginPanel" = {
  3.     ACTIONS = ("cancel:", "ok:"); 
  4.     OUTLETS = (
  5.         authButton, 
  6.         authPanel, 
  7.         cancelButton, 
  8.         iconButton, 
  9.         instructionText, 
  10.         passwordText, 
  11.         userNameText
  12.     ); 
  13.     SUPERCLASS = NSPanel; 
  14. };
  15. "NIResourceManager" = {OUTLETS = (panel); SUPERCLASS = NSObject; };
  16. "NIAuthenticationPanel" = {
  17.     OUTLETS = (
  18.         authButton, 
  19.         cancelButton, 
  20.         iconButton, 
  21.         instructionText, 
  22.         passwordText, 
  23.         userNameText
  24.     ); 
  25.     SUPERCLASS = NSPanel; 
  26. };
  27. "FirstResponder" = {CATEGORY = LocalActions; };
  28.